Spaces to tabs
authorPlatonides <platonides@users.mediawiki.org>
Sun, 20 Feb 2011 17:52:09 +0000 (17:52 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 20 Feb 2011 17:52:09 +0000 (17:52 +0000)
tests/phpunit/MediaWikiTestCase.php

index 44ce4eb..a7dfae1 100644 (file)
@@ -26,7 +26,7 @@ abstract class MediaWikiTestCase extends PHPUnit_Framework_TestCase {
                parent::__construct( $name, $data, $dataName );
 
                $this->backupGlobals = false;
-        $this->backupStaticAttributes = false;
+               $this->backupStaticAttributes = false;
        }
        
        function run( PHPUnit_Framework_TestResult $result = NULL ) {